ga.view.appstate.roomplanner
Class RoomPlanner

java.lang.Object
  extended by com.jme3.app.state.AbstractAppState
      extended by ga.view.appstate.RootNodeState
          extended by ga.view.appstate.SceneState
              extended by ga.view.appstate.roomplanner.RoomPlanner
All Implemented Interfaces:
com.jme3.app.state.AppState

Deprecated. This was a prototype and has never been finished.

@Deprecated
public class RoomPlanner
extends SceneState


Nested Class Summary
private  class RoomPlanner.MenuMouseListener
          Deprecated.  
 
Field Summary
private  RoomPlanner.MenuMouseListener doubleClickListener
          Deprecated.  
private static java.util.logging.Logger LOGGER
          Deprecated.  
private  com.jme3.scene.Node plane
          Deprecated.  
private  com.jme3.scene.Node testNode
          Deprecated.  
private  ViewSettings viewSettings
          Deprecated.  
 
Fields inherited from class ga.view.appstate.SceneState
app, assetManager, cam, inputManager, renderManager, stateManager, timer, viewPort
 
Fields inherited from class ga.view.appstate.RootNodeState
rootNode
 
Fields inherited from class com.jme3.app.state.AbstractAppState
initialized
 
Constructor Summary
RoomPlanner(ViewSettings viewSettings)
          Deprecated. This was a prototype and has never been finished.
 
Method Summary
private  com.jme3.collision.CollisionResults findPick(com.jme3.scene.Node node)
          Deprecated.  
 void initialize(com.jme3.app.state.AppStateManager stateManager, com.jme3.app.Application app)
          Deprecated.  
 void stateAttached(com.jme3.app.state.AppStateManager stateManager)
          Deprecated.  
 void stateDetached(com.jme3.app.state.AppStateManager stateManager)
          Deprecated.  
 void update(float tpf)
          Deprecated.  
 
Methods inherited from class ga.view.appstate.SceneState
finalCleanUp, getCamera, setEnabled
 
Methods inherited from class ga.view.appstate.RootNodeState
cleanup, getRootNode
 
Methods inherited from class com.jme3.app.state.AbstractAppState
isEnabled, isInitialized, postRender, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

private static final java.util.logging.Logger LOGGER
Deprecated. 

viewSettings

private final ViewSettings viewSettings
Deprecated. 

doubleClickListener

private RoomPlanner.MenuMouseListener doubleClickListener
Deprecated. 

testNode

private com.jme3.scene.Node testNode
Deprecated. 

plane

private com.jme3.scene.Node plane
Deprecated. 
Constructor Detail

RoomPlanner

@Deprecated
public RoomPlanner(ViewSettings viewSettings)
Deprecated. This was a prototype and has never been finished.

Method Detail

initialize

public void initialize(com.jme3.app.state.AppStateManager stateManager,
                       com.jme3.app.Application app)
Deprecated. 
Specified by:
initialize in interface com.jme3.app.state.AppState
Overrides:
initialize in class SceneState

findPick

private com.jme3.collision.CollisionResults findPick(com.jme3.scene.Node node)
Deprecated. 

stateDetached

public void stateDetached(com.jme3.app.state.AppStateManager stateManager)
Deprecated. 
Specified by:
stateDetached in interface com.jme3.app.state.AppState
Overrides:
stateDetached in class com.jme3.app.state.AbstractAppState

stateAttached

public void stateAttached(com.jme3.app.state.AppStateManager stateManager)
Deprecated. 
Specified by:
stateAttached in interface com.jme3.app.state.AppState
Overrides:
stateAttached in class com.jme3.app.state.AbstractAppState

update

public void update(float tpf)
Deprecated. 
Specified by:
update in interface com.jme3.app.state.AppState
Overrides:
update in class RootNodeState